Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 518 Bytes

13.15.16 - 1.9.6.md

File metadata and controls

10 lines (8 loc) · 518 Bytes

1.9.6

  • 增加 swoole_mysql::escape 方法,用于转义 SQL 语句中的特殊字符
  • 修复添加超过1万个以上定时器时发生崩溃的问题
  • 增加swoole_serialize模块,PHP7下高性能序列化库
  • 修复swoole_client->enableSSL方法ssl_cert_filessl_key_file参数无效的问题
  • 增加swoole_http_server对POST多级KEY的支持
  • 修复监听UDP端口设置onPacket无效的问题
  • 增加对openssl-1.1的支持